Returns a full path to a file in a relative path.
The QA Wizard Pro workspace directory is used as the default base directory for relative paths. See Identifying files and directories in statements for information about configuring full paths relative to the script directory.
Syntax
FileFullPath("FilePath")
Arguments
| Argument | Description |
|---|---|
| FilePath | Relative path to the file. |
Return value
| Value | Description |
|---|---|
| Value | Full file path. |
Example
FileFullPath("TestScripts\\Script001.qawscript")